home *** CD-ROM | disk | FTP | other *** search
/ PD Collection CD 1 / PD Collection CD 1.iso / textual / stronged / !StrongED_Modes_WideText < prev    next >
Encoding:
Text File  |  1996-01-04  |  97 b   |  6 lines

  1. # A small test
  2.  
  3. KeyList
  4.     ^E    InsertStr("Wooo") Unwrap(text) KillView
  5.     ^Q    Unwrap(text) KillView
  6. End